home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1996 October / Designer's Club 1996 October.iso / mac / Idea Source / POTTS.DIR / 00007.ls < prev    next >
Encoding:
Text File  |  1996-09-13  |  143 b   |  9 lines

  1. on mouseDown
  2.   puppetSound("squish")
  3.   if (the frame > 17) and (the frame < 45) then
  4.     go(the frame + 1)
  5.   else
  6.     go("fetch")
  7.   end if
  8. end
  9.